;;; sh-script.el --- shell-script editing commands for Emacs
-;; Copyright (C) 1993, 94, 95, 96, 97, 1999 by Free Software Foundation, Inc.
+;; Copyright (C) 1993, 94, 95, 96, 97, 1999, 2001
+;; Free Software Foundation, Inc.
;; Author: Daniel Pfeiffer <occitan@esperanto.org>
;; Version: 2.0f
nil)))))
-(defun sh-indent-line ()
+(defun sh-indent-line (&optional prefix-arg)
"Indent the current line."
(interactive)
(sh-must-be-shell-mode)